home *** CD-ROM | disk | FTP | other *** search
- //{{AFX_INCLUDES()
- #include "cell.h"
- //}}AFX_INCLUDES
- #if !defined(AFX_FORMULADLG_H__78A60F05_CF7F_11D1_8DD8_444553540000__INCLUDED_)
- #define AFX_FORMULADLG_H__78A60F05_CF7F_11D1_8DD8_444553540000__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // FormulaDlg.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CFormulaDlg dialog
-
- class CFormulaDlg : public CDialog
- {
- // Construction
- public:
- CFormulaDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CFormulaDlg)
- enum { IDD = IDD_DIALOG_FORMULA };
- CCell m_ctrl;
- CString m_exprstr;
- CString m_result;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFormulaDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CFormulaDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnButtonCalc();
- afx_msg void OnButtonExprhelp();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_FORMULADLG_H__78A60F05_CF7F_11D1_8DD8_444553540000__INCLUDED_)
-